As HAProxy is running chrooted by default, we rely on an additional syslog
socket created by rsyslog inside the chroot for logging. As this socket cannot
trigger syslog activation, we explicitly order HAProxy after rsyslog.service.
Note that we are not using syslog.service here, since the additional socket is
rsyslog-specific.
Forwarded: no
Last-Update: 2017-12-01
Gbp-Pq: Name haproxy.service-start-after-syslog.patch
Vincent Bernat [Mon, 30 Nov 2020 19:02:49 +0000 (19:02 +0000)]
haproxy (2.2.6-1) unstable; urgency=medium
* New upstream release.
- BUG/MAJOR: filters: Always keep all offsets up to date during data
filtering
- BUG/MAJOR: peers: fix partial message decoding
- BUG/MAJOR: spoe: Be sure to remove all references on a released spoe
applet
- BUG/MAJOR: tcpcheck: Allocate input and output buffers from the buffer
pool
* d/patches: remove patches applied upstream